summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/animator/menu_slide_out_to_end.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/animator/menu_slide_out_to_end.xml')
-rw-r--r--src/android/app/src/main/res/animator/menu_slide_out_to_end.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/android/app/src/main/res/animator/menu_slide_out_to_end.xml b/src/android/app/src/main/res/animator/menu_slide_out_to_end.xml
deleted file mode 100644
index d650237d6..000000000
--- a/src/android/app/src/main/res/animator/menu_slide_out_to_end.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android">
-
- <!-- This animation is used ONLY when a submenu is replaced. -->
- <objectAnimator
- android:propertyName="translationX"
- android:valueType="floatType"
- android:valueFrom="0"
- android:valueTo="1280dp"
- android:interpolator="@android:interpolator/decelerate_quad"
- android:duration="200"/>
-
- <objectAnimator
- android:propertyName="alpha"
- android:valueType="floatType"
- android:valueFrom="1"
- android:valueTo="0"
- android:interpolator="@android:interpolator/decelerate_quad"
- android:duration="200"/>
-
-</set>